home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / DeveloperLabs / Lab4 / Solution / PaintLabParams.h < prev    next >
Text File  |  1995-06-12  |  154b  |  7 lines

  1. #define    ROUND_BRUSH    0
  2. #define    SQUARE_BRUSH    1
  3. #define BITMAP_SIZE    10.0
  4. #define HALFSIZE    BITMAP_SIZE / 2.0
  5. #define DOC_WIDTH    500.0
  6. #define DOC_HEIGHT    500.0
  7.